home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / flop-0.000 / flop-0 / flop-0.1 / README < prev    next >
Text File  |  1994-06-07  |  227b  |  11 lines

  1. flop and unflop are very quick hacks I threw together.  There is no
  2. guarantee that this does anything useful at all.
  3.  
  4. The idea is:
  5.  
  6. tar cvf - blahblah | gzip | flop /dev/fd0H1440
  7.  
  8. and
  9.  
  10. unflop /dev/fd0H1440 | gunzip | tar xvf -
  11.